From 9b8090d6a44da694138a42effb9e8d4c0dc7ed9f Mon Sep 17 00:00:00 2001 From: alexmot Date: Mon, 15 Sep 2003 13:06:07 +0000 Subject: [PATCH] Clean up compiler warnings. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@493 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 2 ++ gpsbabel/magproto.c | 1 + 2 files changed, 3 insertions(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 0914ab619..9684c947f 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -203,6 +203,8 @@ void waypt_disp_all(waypt_cb); void waypt_flush(queue *); void waypt_flush_all(); unsigned int waypt_count(void); +void free_gpx_extras (xml_tag * tag); +void xcsv_read_internal_style(const char *style_buf); route_head *route_head_alloc(void); void route_add (waypoint *); diff --git a/gpsbabel/magproto.c b/gpsbabel/magproto.c index 9e68eb590..9792aa8f1 100644 --- a/gpsbabel/magproto.c +++ b/gpsbabel/magproto.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "defs.h" #include "magellan.h" -- 2.30.2